home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the timer < 180 then
- go(the frame)
- else
- startTimer()
- go(the frame + 1)
- end if
- set the height of sprite 2 to the height of sprite 2 + 40
- set the width of sprite 2 to the width of sprite 2 + 40
- if the width of sprite 2 = 495 then
- go(the frame + 1)
- end if
- go(the frame)
- end
-